Skip to content

feat(cli): build custom bc-forge administrative CLI (@bc-forge/cli) - #35

Merged
p3ris0n merged 1 commit into
BCPathway:mainfrom
EDOHWARES:feat/admin-cli
Apr 24, 2026
Merged

feat(cli): build custom bc-forge administrative CLI (@bc-forge/cli)#35
p3ris0n merged 1 commit into
BCPathway:mainfrom
EDOHWARES:feat/admin-cli

Conversation

@EDOHWARES

Copy link
Copy Markdown
Contributor

Description

Constructs a focused administrative CLI tool (@bc-forge/cli) built on top of the @bc-forge/sdk. This utility replaces manual stellar-cli commands with high-level workflows tailored specifically for bc-forge token protocols.

Key Changes

  • Command Architecture: Implemented using commander with clear sub-commands for lifecycle management.
  • Token Operations: Native support for initialize, mint, balance, and pause/unpause operations.
  • Secure Configuration: Uses conf to store RPC URLs and secret keys locally, decoupled from environmental defaults for safer operation across networks.
  • Interactive Feedback: Integrated chalk for human-readable success and error reporting.

Acceptance Criteria

  • Design standard command schemas using commander.
  • Enable commands for rapid deploy, balance, mint, and pause.
  • Facilitate secure signer configurations decoupled from defaults.

Closes #25

@drips-wave

drips-wave Bot commented Apr 22, 2026

Copy link
Copy Markdown

@EDOHWARES Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@EDOHWARES

Copy link
Copy Markdown
Contributor Author

@p3ris0n , pls approve workflow to run so I confirm if it checks successfully

@p3ris0n
p3ris0n merged commit c7f7701 into BCPathway:main Apr 24, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Tooling]: Build custom bc-forge administrative CLI

2 participants